public PDFSignatureCalculatorEvent( byte[] contentHash, byte[] contentToSign ) |
Parameters
- contentHash
- The computed hash of the PDF file being signed. The hash is computed using the algorithm specified on the digital signature.
- contentToSign
- The complete DER encoded content on which the signature is computed. It includes the contentHash and signed attributes.